home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / comm / htasc30.zip / H.BAT < prev    next >
DOS Batch File  |  1996-06-14  |  329b  |  9 lines

  1. @echo off
  2. REM  * *  The batch file command line should be "h filename"
  3. REM  * *  If called from another batch file, use "call h filename"
  4. htasc %1
  5. REM  * *  You can add such items as "copy *.asc c:\ascifile"
  6. REM  * *  and then delete the .htm document
  7. REM  * *  SysOps can add these lines to their BBS calling batchfile
  8.  
  9.